home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000252_news@newsmaster….columbia.edu _Fri Feb 20 08:37:24 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA13419
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 20 Feb 1998 08:37:24 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id IAA19323
  7.     for kermit.misc@watsun; Fri, 20 Feb 1998 08:37:23 -0500 (EST)
  8. Path: news.columbia.edu!panix!logbridge.uoregon.edu!agate!dog.ee.lbl.gov!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Getting a "Can't Open File" Msg
  12. Message-ID: <zB62CRJYMEqA@cc.usu.edu>
  13. Date: 19 Feb 98 10:03:56 MDT
  14. References: <34EB6F76.837D5405@falcon.kla-tencor.com>
  15. Organization: Utah State University
  16. Lines: 17
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:8444
  18.  
  19. In article <34EB6F76.837D5405@falcon.kla-tencor.com>, Chris Pinkard <cpinkard@falcon.kla-tencor.com> writes:
  20. > When I connect from K95 to a DOS box, running MS-Kermit 3.14, patch
  21. > level 0,
  22. > the DOS box is always telling me "Can't open file" whenever I try to do
  23. > a receive
  24. > or when I put it in server mode and do a send from K95.
  25. > The other DOS system I have doesn't do this.  Note that I can put the
  26. > DOS box
  27. > in server mode, and do a GET from K95 with no problem.  The file and
  28. > comm
  29. > parameters seem to be completely compatible.
  30. ----------
  31.     And the filename is? And is the file locked open by some other
  32. process? Can you open it with a local editor (assuming a text file)?
  33. And so on down the checklist.
  34.     Joe D.